* bidi.c (bidi_mirror_char): Don't possibly truncate the integer
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 May 2012 07:32:46 +0000 (00:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 27 May 2012 07:32:46 +0000 (00:32 -0700)
commita00eb8805a688c247e84c986b824275d94d74a53
tree6c2bab35d272c9972e5e578a627c0170d3137623
parentca9024ba118409fd17ddc1b66056ab80983d2cd6
* bidi.c (bidi_mirror_char): Don't possibly truncate the integer

before checking whether it's out of range.  Put the check inside
eassert.  See
<http://lists.gnu.org/archive/html/emacs-devel/2012-05/msg00485.html>.
src/ChangeLog
src/bidi.c